type github.com/google/go-cmp/cmp.comparer

8 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L75: 		case *comparer, *transformer, Options:
		options.go#L81: 			case *comparer, *transformer, Options:
		options.go#L349: 	cm := &comparer{fnc: v}
		options.go#L356: type comparer struct {
		options.go#L362: func (cm *comparer) isFiltered() bool { return cm.typ != nil }
		options.go#L364: func (cm *comparer) filter(_ *state, t reflect.Type, _, _ reflect.Value) applicableOption {
		options.go#L371: func (cm *comparer) apply(s *state, vx, vy reflect.Value) {
		options.go#L376: func (cm comparer) String() string {